home *** CD-ROM | disk | FTP | other *** search
- on(release){
- set("/:mode","0");
- if(eval("/:dark") == "1" and eval("/:in") eq "dexter")
- {
- tellTarget("/screen")
- {
- gotoAndStop(6);
- }
- }
- else if(eval("/:dark") == "2" and eval("/:in") eq "dedee")
- {
- tellTarget("/screen")
- {
- gotoAndStop(6);
- }
- }
- else
- {
- tellTarget("/screen")
- {
- gotoAndStop(1);
- }
- }
- i = "1";
- while("4" >= i)
- {
- setProperty("../o" add i, _visible, "0");
- tellTarget("../o" add i)
- {
- gotoAndPlay(1);
- }
- tellTarget("../b" add i)
- {
- gotoAndStop("reset");
- play();
- }
- i += "1";
- }
- }
-